Project ID | 7D1A2972E666A25885258AE100482F18 |
Version | |
Class ID | 15C5BCF3063CCBF085258AE1006A7A7A |
Class Type | Derived |
Derived From | ValuedElement |
Attributes |
CodeSample (Get) As String |
CodeSampleHTML (Get) As String |
isClass (Get) As Boolean |
isLibrary (Get) As Boolean |
isType (Get) As Boolean |
isVSE (Get) As Boolean |
isVSID (Get) As Boolean |
InstanceCode (Get) As Long |
InstanceType (Get) As String |
Modifiers (Get) As String |
Parent (Get) As CodeElement |
ParentClass (Get) As ObjectClass |
ParentClassName (Get) As String |
Signature (Get) As String |
SignatureCode (Get) As Long |
SignatureElements (Get) As String |
SignatureModifiers (Get) As String |
SignaturePrefix (Get) As String |
New(Parent As CodeElement, Label As String, ValueType As String, Comment As String, CodeSample As String, SignatureCode As Long) |
Public Property Get CodeSampleHTML As String | ||||
---|---|---|---|---|
HTML Sample Code for the CodeElement |
Public Property Get isClass As Boolean | ||||
---|---|---|---|---|
Flag indicating if the CodeElement represents a Class |
Public Property Get isLibrary As Boolean | ||||
---|---|---|---|---|
Flag indicating if the CodeElement represents a Library |
Public Property Get isType As Boolean | ||||
---|---|---|---|---|
Flag indicating if the CodeElement represents a Type |
Public Property Get isVSE As Boolean | ||||
---|---|---|---|---|
Flag indicating if the CodeElement represents a VSE |
Public Property Get isVSID As Boolean | ||||
---|---|---|---|---|
Flag indicating if the CodeElement represents a VSID |
Public Property Get InstanceCode As Long | ||||
---|---|---|---|---|
Long code indicating the Instance Code for the Type (such as Sub, Function, or Property) |
Public Property Get InstanceType As String | ||||
---|---|---|---|---|
String representing the Instance Type (such as Sub, Function, or Property) |
Public Property Get Modifiers As String | ||||
---|---|---|---|---|
Generated Modifiers for the object Modifiers are generated based upon the SignatureCode set when constructing the object. |
Public Property Get ParentClass As ObjectClass | ||||
---|---|---|---|---|
Parent ObjectClass for the CodeElement |
Public Property Get SignatureCode As Long | ||||
---|---|---|---|---|
Long code indicating the Instance Element Type (such as Sub, Function, or Property) along with all modifiers (such as Public, Private, etc) of the Signature |
Public Property Get SignatureElements As String | ||||
---|---|---|---|---|
Signature Elements for the object. Signature Elements are generated based upon the SignatureCode passed in when constructing the object. |
Public Property Get SignatureModifiers As String | ||||
---|---|---|---|---|
Signature Modifiers for the object. Signature Modifiers are generated based upon the SignatureCode used when constructing the object. |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.